home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / busde989.zip / SYSOP.DOC < prev    next >
Text File  |  1997-04-30  |  10KB  |  261 lines

  1.                           Bre User Survey Door
  2.                           --------------------
  3.  
  4. Let you Player's in your BRE league vote as to how that want the next
  5. reset set up.  Includes SysOp functions so that you can send the
  6. average votes to the League Coordinator as well as reset & view the
  7. names of who voted.
  8.  
  9.  
  10. Licensing and Distribution
  11. --------------------------
  12. This program is Shareware. To register send 10$ :
  13.  
  14.                        B Turner
  15.                        SMYC Software
  16.                        12235 China Lake DR
  17.                        Dallas Texas 75253
  18.  
  19. Registration will let you have up to 10 leagues listed at once (3 in the
  20. Shareware Version) as well as letting your users know that you support
  21. the Shareware Concept.
  22.  
  23. If this Program kill's your Hd or hurt's your bbs I am sorry, But that is
  24. about it. I will hold NO responsibility for anything that Happens to your
  25. System, or personal Life.. :)
  26.  
  27.  
  28. Installation
  29. ------------
  30. First I am hoping that you have the knowlege to unzip files as well as
  31. edit files with your favorite editor.
  32.  
  33. Once you have unzipped the BUSD????.ZIP into the directory that you want
  34. to keep it in. Then run Unpack.bat. This will open all the Screens that
  35. your users will see. Next you will have to edit your BUSD.CFG file.
  36.  
  37. The following drop files are supported by Bre User Survey Door.
  38.  
  39.    PCBOARD.SYS     DORINFOx.DEF
  40.    USERS.SYS       SFDOORS.DAT
  41.    DOOR.SYS        USERINFO.DAT
  42.    CALLINFO.BBS
  43.  
  44. Edit the file BUSD.CFG to fit your needs.
  45. For Example:
  46.  
  47. C:\BBS\DOOR.SYS                 <-----Path to drop file
  48. RabbitLand II                   <-----BBS Name
  49. Bryan                           <-----Sysop First Name
  50. Turner                          <-----Sysop Last Name
  51. c:\fd\mail                      <-----Path to your outbound mail
  52. ABCD                            <-----Registration Code
  53.  
  54. Add the command line below to your batch file to start the door.
  55.  
  56. BUSD BUSD.CFG
  57.  
  58. For Example:
  59.  
  60. @ECHO OFF
  61. C:
  62. CD\BUSD
  63. BUSD BUSD.CFG      <-----Command Line that starts the door.
  64. CD\RA
  65.  
  66. To run the door in LOCAL mode type BUSD BUSD.CFG /L. Or run the run.bat
  67. that I included with this archive.
  68.  
  69. For Multi node you simply have more than one Config File for each node.
  70. An example of this would be BUSD1.CFG BUSD2.CFG. When you call it you
  71. pass the node number to the Batch file.
  72.  
  73. For Remote Access you would have a type 7 exit and on the Options line
  74. you would have the following:
  75.  
  76. *C /ra/busd/busd.bat *n *m
  77.  
  78. and for your Batch file you would have the following:
  79.  
  80. cd\ra\busd
  81. busd busd%1.cfg     <---- %1 will be changed to the Node Number
  82. cd\ra
  83.  
  84. Next you will need to make a League.CFG file. To make this easier I have
  85. enclosed a LEAGUE.SAM that you can rename to the CFG.:
  86.  
  87. copy league.sam league.cfg
  88.  
  89. Then you can edit it to fit your needs. There has to be 20 lines in this
  90. file. The first line is your League Number and the second is the
  91. description that you want to show your users. If you are not running
  92. enough leagues just leave the league number as 0. As long as the league
  93. number is not 3 digits your users will not be able to vote on it.
  94.  
  95. Constants
  96. ---------
  97. I really hate this part, but I have to let every one know. I did a pretty
  98. good job on the averaging of voting, but it is not 100 percent accurate.
  99. an example is the following. 4 votes 6, 4, 9, 25. This avgerages out to
  100. a solid 11. Well with them voting one at a time and BUSD attempting to
  101. recreate the votes, it comes up with 10.997. This is still 11 (If you round
  102. up)  but there is a possibility that you will loose one digit as in it
  103. will round down instead of up. I do not see a problem in this since the
  104. only time that I was able to do this is in the voting that was up to
  105. 10,000.
  106.  
  107.  
  108. Fossil Driver Support
  109. ---------------------
  110. This door supports the use of Fossil drivers.  To tell it to use the
  111. Fossil driver instead of the standard COM ports, just put /FD on the
  112. command line when running the door. For example:
  113.      SURVEY SURVEY.CFG /FD
  114. indicates that a Fossil driver is present and should be used. If no Fossil
  115. driver is detected, the door will print a message to that effect and exit
  116. the door gracefully.
  117.  
  118. Environment Variables
  119. ---------------------
  120. This door supports COM 1-4 on the standard IRQ's -
  121. COM1/COM3 = IRQ4 and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ,
  122. add the IRQ number after the configuration filename. Let's assume you want
  123. to use COM1 and IRQ5. The command line passed to BUSD would be:
  124.     BUSD BUSD.CFG /5  or
  125.     BUSD BUSD.CFG /%IRQ%  for the environment variable.
  126. The /5 tells the door to use IRQ5 rather than the standard IRQ4
  127. that is normally used with COM1. No /x parameter is needed for the standard
  128. IRQ's.
  129.  
  130. When specifying the location of the system file on line 1 of the BUSD.CFG
  131. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  132. and %wcnodeid%. Some examples:
  133.  PCBoard:
  134.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  135.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  136.  
  137.  Wildcat!:
  138.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  139.  
  140. Non-PCBoard systems may use the PCB environment variables by setting them
  141. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  142.  SET PCBDRIVE=C:
  143.  SET PCBDIR=\BBSDIR
  144.  SET PCBNODE=1
  145.  
  146. 486DX CPU's
  147. -----------
  148. Some math coprocessors in 486DX CPUs cannot handle floating point math.
  149. This can show up as an ERROR 5, a keyboard timeout, etc.
  150.  
  151. Fortunately there is an easy fix for this problem. Simply place the following
  152. line in the AUTOEXEC.BAT file:
  153.  
  154.     SET NO87=ON
  155.  
  156. Running The Program
  157. -------------------
  158. Users should have no problem in the program, But you as a SysOp have
  159. some other options. As sysop you will see the SysOp many from the BUSD
  160. Main menu. The sysop menu has 3 functions. The first is to reset the
  161. League. This will kill all the data that your users have inserted into
  162. the data directory for a certain league. The Next is to see who has
  163. voted. It will just simply display the users names that have voted on
  164. the different leagues. The final is the most important.
  165.  
  166. When you select Send votes to the LC, it will create a message to your
  167. LC. You will first be asked for your LC's Address. This is the address
  168. that is in the #1 slot in your brnodes.dat. Next you will be asked for
  169. the address that your LC uses to contact you. For example in the Linear
  170. Network League 021 (Ran by Glen O'Gorman) his address is 121:2110/301
  171. and in the Linear Network Mine is 121:2110/101 So those are the numbers
  172. that I would use to contact him.
  173.  
  174.  
  175.  
  176. Support BBS:
  177. ------------
  178. RabbitLand II    1-972-286-3443/3992     Fido 1:124/7013  Linear 121:2110/101
  179. Bryan Turner
  180.  
  181.  
  182. Special Thanks:
  183. ---------------
  184.  Well I have to Start by thanking Mehul Patel for making Such a great game
  185. and to all the Player's that make if fun to play.
  186.  But I have to thank David Moses for getting me Started in this, and for being
  187. up at 12:30am to tell me that I can't spell. Thanks David! (I think)
  188.  
  189.  And to my Beta Testers for this Version:
  190.    Glen O'Gorman   The Apollo BBS, Grand Prairie Texas  1-972-237-0321
  191.    Daniel Fleming  The Stronghold, Mesquite Texas       1-972-203-1782
  192.    Bob Oakes       The T.C.C. BBS, Tacoma Washington    1-206-474-0931
  193.  
  194. Where to find this Utility?
  195. ------------------------
  196. Freq BUSD from 1:124/7013
  197.  
  198. Other Products from SMYC Software (All can be freqed from 1:124/7013):
  199.  
  200. Baby Derby
  201. ----------
  202. Let your users join in the fun of your upcoming Baby. Lets your users
  203. Guess on the date, weight, time of day, and Sex of your baby. You can
  204. use this for your users babies as well. Freeware!
  205. FREQ  -  BABY
  206.  
  207. Echo Request Door
  208. -----------------
  209. Let your users tell you what echos they want by actually going through
  210. your *.na files. has option to let them write you netmail or actually
  211. turn on the echo it's self via areafix to your hub. Shareware 10$
  212. FREQ  -  EREQ
  213.  
  214. Request
  215. -------
  216. Let your users  request the files they read about in the Echos. This
  217. utility will write the Netmail to the Long Distance node telling him/her
  218. where the user saw about the file, and put it on hold for you to decide
  219. if you want to release it or not. Freeware
  220. FREQ - REQUEST
  221.  
  222. Bre User Survey Door
  223. --------------------
  224. Let you Player's in your BRE league vote as to how that want the next
  225. reset set up.  Includes SysOp functions so that you can send the
  226. average votes to the League Coordinator as well as reset & view the
  227. names of who voted.
  228. Shareware 10$
  229. FREQ - BUSD
  230.  
  231. Address Showr'
  232. --------------
  233. Let your users see there E-mail address on your bbs.
  234. Freeware!
  235. FREQ  - ADDRESS
  236.  
  237. SRVIEW
  238. ------
  239.  SRView the first utility that will let your users see all the bulletins
  240. that all the Solar Realms IBBS games create with out having to go into the
  241. games to see them. Thus not locking down nodes on all of the SRGAMES. 
  242. Shareware 5$
  243. FREQ  -  SRVIEW
  244.  
  245. POLL
  246. ----
  247. This is another one of my Save Time Utils, although I should have read
  248. the doc's that came with InterMail as it does the same thing that this
  249. does, although this is easyer to understand. Poll will write a message 
  250. to as meny node numbers that you would like at one time, Thus making your
  251. system Poll them to get your mail. 
  252. FREEWARE!
  253. FREQ - POLL
  254.  
  255. HUBMAKE
  256. -------
  257. This is a real simple Util that will create a text file with everyones address
  258. in it to send a message out to the entire Network of your choice. 
  259. FREEWARE!
  260. FREQ - HUBMAKE
  261.